Visual Basic (Declaration) | |
---|---|
Public Overloads Sub SearchAsync( _ ByVal inputGeometry As Geometry, _ ByVal bufferDistance As Double, _ ByVal objectName As String, _ ByVal resultCallback As Action(Of IList(Of S57FeatureObject)) _ ) |
C# | |
---|---|
public void SearchAsync( Geometry inputGeometry, double bufferDistance, string objectName, Action<IList<S57FeatureObject>> resultCallback ) |
Parameters
- inputGeometry
- The input ESRI.ArcGIS.Client.Geometry.
- bufferDistance
- A double representing the buffer distance in meters.
- objectName
- A string representing an S57 object name acronym.
- resultCallback
- Action delegate called when the operation completes. Contains a collection of S57FeatureObject.
Exception | Description |
---|---|
System.ArgumentNullException | Input geometry must be specified. Use ESRI.ArcGIS.Client.Layer.FullExtent property if necessary. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
Reference
HydrographicS57Layer ClassHydrographicS57Layer Members
Overload List
SearchAsync(Geometry,Action<IList<S57FeatureObject>>) Method
SearchAsync(Geometry,Double,Action<IList<S57FeatureObject>>) Method
HitTestAsync(Point,Int32,Action<IList<S57FeatureObject>>,Int32) Method
HitTestAsync(Rect,Int32,Action<IList<S57FeatureObject>>) Method